From: Po Lu Date: Sun, 28 Apr 2024 04:03:07 +0000 (+0800) Subject: Fix Android build X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~1755 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ae9c76e588e5f64bfe1517a910d2cd6f54e9975a;p=emacs.git Fix Android build * src/androidterm.c (android_draw_glyph_string): Omit extraneous argument to android_fill_rectangle. --- diff --git a/src/androidterm.c b/src/androidterm.c index 9f25c507a23..25b7fa97ebc 100644 --- a/src/androidterm.c +++ b/src/androidterm.c @@ -4279,7 +4279,7 @@ android_draw_glyph_string (struct glyph_string *s) y = s->ybase + position; android_fill_rectangle (FRAME_ANDROID_DRAWABLE (s->f), s->gc, s->x, y, decoration_width, - thickness, false); + thickness); } if (!s->face->underline_defaulted_p)